home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0665_0809_64bit.exe / [0] / TEMPLATE.PL < prev    next >
Perl Script  |  2011-01-29  |  79b  |  7 lines

  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4.  
  5. print "Hello, World...\n";
  6. ^!
  7.